ARCH: SPL: Add parametric board initializer
authorRajeshwari Shinde <[email protected]>
Tue, 3 Jul 2012 20:02:51 +0000 (20:02 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 1 Sep 2012 12:58:22 +0000 (14:58 +0200)
commit589c3971699395136a720b2d6952c836b8151a3f
treefdccef68ad7314523664a29b72770fd50fb967c9
parent3d6ba91e793808d1612152e9f9b8c51b3ca6c926
ARCH: SPL: Add parametric board initializer

Add a structure for table-driven configuration mechanism such that no recompilation
is needed to update the configuration parameters, rather than hard-coding
board initialization parameters.

Signed-off-by: Che-Liang Chiou <[email protected]>
Signed-off-by: Abhilash Kesavan <[email protected]>
Signed-off-by: Tom Wai-Hong Tam <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Rajeshwari Shinde <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/include/asm/arch-exynos/spl.h [new file with mode: 0644]